Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tSrI<KvrI> Class / OnHandleCreated Method


In This Topic
    OnHandleCreated Method (tSrI<KvrI>)
    In This Topic
    Called when the native window handle is created.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overrides Sub OnHandleCreated( _
       ByVal htrI As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As tSrI(Of KvrI)
    Dim htrI As System.EventArgs
     
    instance.OnHandleCreated(htrI)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnHandleCreated( 
       System.EventArgs htrI
    )

    Parameters

    htrI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also